text/template/parse.Tree.newComment (method)

2 uses

	text/template/parse (current package)
		node.go#L163: func (t *Tree) newComment(pos Pos, text string) *CommentNode {
		parse.go#L371: 		return t.newComment(token.pos, token.val)